home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 June / EnigmA AMIGA RUN 19 (1997)(G.R. Edizioni)(IT)[!][issue 1997-06][EAR-CD III].iso / recent1 / benchtrash.lha / BenchTrash / Italiano / BenchTrash.cc < prev    next >
Text File  |  1997-05-19  |  6KB  |  238 lines

  1. ;*****************************************************************
  2. ;** This is the catalog constructor for BenchTrash 1.13         **
  3. ;**                                            **
  4. ;** Since I do not own the CBM localizer tool, you MUST use my     **
  5. ;** private "CreateCatalog" program (same as for ViNCEd)     **
  6. ;**                                           **
  7. ;*****************************************************************
  8. ;
  9. ;This script has a double function:
  10. ;It is first a shell script that must be executed to create the
  11. ;catalog.
  12. ;It contains secondly the localized versions of the benchtrash
  13. ;strings. This is possible due to the special syntax of the
  14. ;CreateCatalog tool.
  15. ;
  16. ;The only thing worth noting here is that all strings must be
  17. ;preceeded with an apostrophe (').
  18. ;Empty lines, lines starting with a blank or a semicolon
  19. ;character are comment-lines. They aren't seen by CreateCatalog.
  20. ;
  21. ;To create a catalog for your language, translate the strings below.
  22. ;They are currently taken from the german localization, but to
  23. ;give you some hint what they mean I added the original english
  24. ;strings plus some comments when they are displayed ON TOP of the
  25. ;german ones.
  26. ;
  27. ;If you wrote a catalog for BenchTrash, please compile it simply by
  28. ;EXECUTING this file, i.e. enter
  29. ;
  30. ;EXECUTE BenchTrash.cc
  31. ;
  32. ;The ready for use catalog will be appear in the ram disk.
  33. ;
  34. ;
  35. ;Greetings,
  36. ;  Thomas
  37.  CreateCatalog BenchTrash.cc ram:BenchTrash.catalog italiano 1 13
  38. ;                                                   ^^^^^^^^
  39. ;                                                   change this to the
  40. ;                                                   name of your language
  41. ;  Tell EXECUTE to abort here...
  42.  quit
  43.  
  44. ;
  45. ;Cancel
  46. ;
  47. ;Generic cancel message, used if an error occured and BenchTrash has to
  48. ;stop the deletion.
  49. 'Abbandona
  50.  
  51. ;O.K.|Cancel
  52. ;
  53. ;The buttons of the "Are you shure you want to delete..." requester.
  54. 'Si|No
  55.  
  56. ;O.K.
  57. ;
  58. ;Generic O.K. button, used in the setup window.
  59. 'OK
  60.  
  61. ;Quit BenchTrash
  62. ;
  63. ;Quit button in the setup window
  64. 'Termina BenchTrash
  65.  
  66. ;Can't find Trashcan icon.
  67. ;
  68. ;Benchtrash can't locate the icon you gave, or the SYS:Trashcan.info
  69. ;file is missing.
  70. 'Non trovo l'icona SYS:Trashcan.info
  71.  
  72. ;Can't install BenchTrash.
  73. ;
  74. ;The runback code of BenchTrash failed for some reason
  75. 'BenchTrash non può essere istallato nel sistema.
  76.  
  77. ;Volume lacks a trashcan.
  78. ;
  79. ;BenchTrash misses the trashcan to put the deleted files to.
  80. 'Non trovo la directory Trashcan.
  81.  
  82. ;Out of memory.
  83. ;
  84. ;Memory is missing.
  85. 'Non c'è memoria.
  86.  
  87. ;Unable to lock %s - \
  88. ;Error %ld %s.
  89. ;An error message if a file can't be located. The "\" at the end
  90. ;of the line escapes the line break, i.e. puts a line break into
  91. ;the output string. The cryptic %s and %ld are replaces by the
  92. ;file name, the error code and the error string, respectively.
  93. ;Please note that only the first line has an apostrophe!
  94. ;
  95. 'Non trovo il file %s - \
  96. Codice errore: %lD \
  97. Errore: %s.
  98.  
  99.  
  100. ;Unable to move icon %s - \
  101. ;Error %ld %s.
  102. ;
  103. ;An icon can't be moved to the trashcan for whatever reason.
  104. 'Non posso spostare l'icona %s - \
  105. Codice: %lD \
  106. Errore: %s.
  107.  
  108. ;Unable to move icon %s - \
  109. ;Error %ld %s.
  110. ;
  111. ;A generic file can't be moved to the trashcan.
  112. 'Non posso spostare il file \
  113. %s nel Trashcan - \
  114. Codice: %lD \
  115. Errore: %s.
  116.  
  117. ;Unable to access\
  118. ;parent of %s - \
  119. ;Error %ld %s.
  120. ;
  121. ;The parent directory is not accessable, or missing, or worse...
  122. 'Non posso accedere alla\
  123. directory genitore di %s - \
  124. Codice: %lD \
  125. Errore: %s.
  126.  
  127.  
  128. ;Can't delete a volume.
  129. ;
  130. ;The user tried to delete a volume. This message is obsolete and
  131. ;no longer used.
  132. 'Non posso cancellare un volume.
  133.  
  134. ;Unable to delete object %s - \
  135. ;Error %ld %s.
  136. ;
  137. ;An object is delete or write protected and can't be removed
  138. ;for that reason.
  139. 'L'oggetto %s non può essere rimosso - \
  140. Codice: %lD \
  141. Errore: %s.
  142.  
  143. ;Invalid icon %s - \
  144. ;Error %ld %s.
  145. ;
  146. ;The icon library failed to access an icon, or the icon is in fact
  147. ;a directory.
  148. 'Icona %s invalida - \
  149. Codice: %lD \
  150. Errore: %s.
  151.  
  152. ;Directory %s too deep - \
  153. ;Error %ld %s.
  154. ;
  155. ;The recursion stack has been exceeded. The drawer that must be deleted
  156. ;is too deep in the filing system to be accessable by BenchTrash.
  157. 'Directory %s troppo profonda - \
  158. Codice: %lD \
  159. Errore: %s.
  160.  
  161.  
  162. ;Warning: You cannot get back\
  163. ;what you delete! Ok to delete:\
  164. ;"%ld file(s) and\
  165. ;%ld drawer(s) (and their contents)?
  166. ;
  167. ;The standard safety requester. Would be nice to mimic the
  168. ;workbench requester here!
  169. ;
  170. 'Attenzione:  non si può recuperare\
  171. quello che si cancella! Ok per cancellare:\
  172. %lD file e \
  173. %lD cassetto(i) (e il contenuto)?
  174.  
  175. ;Auto-delete dropped icons :
  176. ;
  177. ;The label of the auto delete checkmark in the setup window.
  178. 'Cancella automaticamente le icone
  179.  
  180. ;Can't eject the volume "%s:".
  181. ;
  182. ;A proper EJECT tooltype/command is missing, and benchtrash does not
  183. ;know HOW to eject this volume. (Or it is impossible to eject it...)
  184. ;
  185. 'Non posso espellere il volume \
  186.  "%s:"
  187.  
  188. ;(Unkown volume)
  189. ;
  190. ;Used as volume name if the real name is not accessable.
  191. ;
  192. '(Volume sconosciuto)
  193.  
  194. ;_Abort
  195. ;
  196. ;The label of the abort button in the progress bar. The character behind
  197. ;the underscore gets underlined.
  198. '_Interrompi
  199.  
  200. ;I
  201. ;The keyboard shortcut used for abortion. This MUST be the same character
  202. ;that has been underlined in the string before.
  203. 'I
  204.  
  205. ;Preparing...
  206. ;
  207. ;The preparation process for deletion is running. BenchTrash counts the
  208. ;files and directories, and checks if all of them are deleteable.
  209. ;
  210. 'Preparazione...
  211.  
  212. ;Progress Bar :
  213. ;
  214. ;The label of the progress bar check box in the setup window.
  215. ;
  216. 'Barra d'avanzamento:
  217.  
  218. ;%ld file(s) to go...
  219. ;
  220. ;The text in the bar itself, new to 1.11
  221. ;
  222. 'Ancora %2lD file al termine...
  223.  
  224.  
  225. ;--------------------- added these to 1.13 --------------------------------
  226.  
  227. ;Confirmation Requester :
  228. ;
  229. ;The last checkmark gadget in the selector screen. If checked, the
  230. ;confirmation requester (Are you sure...) is ENABLED. If this gadget
  231. ;is not checked, the files/directories are always deleted, without
  232. ;asking first.
  233. 'Conferma il cancellamento:
  234.  
  235. ;That's all folks!
  236.  
  237.